home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 04p.dir / 00006_sch war.ls < prev    next >
Encoding:
Text File  |  1999-04-06  |  208 b   |  10 lines

  1. on mouseUp
  2.   global gSearchTextCast, gFindText, framefrom, zeoIdle
  3.   if not zeoIdle then
  4.     gFindText = "WAR"
  5.     gSearchTextCast = member(444, "Shared")
  6.     framefrom = the frame
  7.     go("sch")
  8.   end if
  9. end
  10.